home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / whatsm / about.frm (.txt) next >
Encoding:
Visual Basic Form  |  1996-06-12  |  4.9 KB  |  136 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About What's My Number?"
  5.    ClientHeight    =   6180
  6.    ClientLeft      =   1110
  7.    ClientTop       =   795
  8.    ClientWidth     =   7590
  9.    Height          =   6585
  10.    Left            =   1050
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form4"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   6180
  16.    ScaleWidth      =   7590
  17.    Top             =   450
  18.    Width           =   7710
  19.    Begin CommandButton Command1 
  20.       Caption         =   "
  21. Muchas gracias!"
  22.       Default         =   -1  'True
  23.       Height          =   555
  24.       Left            =   3000
  25.       TabIndex        =   4
  26.       Top             =   5520
  27.       Width           =   1815
  28.    End
  29.    Begin PictureBox Picture1 
  30.       Height          =   1035
  31.       Left            =   240
  32.       Picture         =   ABOUT.FRX:0000
  33.       ScaleHeight     =   1005
  34.       ScaleWidth      =   1905
  35.       TabIndex        =   0
  36.       Top             =   240
  37.       Width           =   1935
  38.    End
  39.    Begin Label Label9 
  40.       Caption         =   "I can also be reached at The Fine Blue Line BBS at (203) 226-3565. I want to hear from you, so please keep in touch!"
  41.       Height          =   435
  42.       Left            =   180
  43.       TabIndex        =   9
  44.       Top             =   4920
  45.       Width           =   7035
  46.    End
  47.    Begin Label Label4 
  48.       Caption         =   "Questions and/or comments and/or suggestions about What's My Number? or any other Jon Persky Games are greatly welcome and can be sent via CompuServe E-mail [70661,700] or the slow way to the address above."
  49.       Height          =   615
  50.       Left            =   180
  51.       TabIndex        =   5
  52.       Top             =   4320
  53.       Width           =   7035
  54.    End
  55.    Begin Label Label3 
  56.       Caption         =   "This program may be distributed freely as long as it contains the files WHATSMY#.EXE and WHATSMYN.TXT intact and unaltered. 
  57. 1992, Jonathan D. Persky."
  58.       Height          =   435
  59.       Left            =   60
  60.       TabIndex        =   3
  61.       Top             =   3780
  62.       Width           =   7425
  63.    End
  64.    Begin Label Label7 
  65.       Caption         =   "If you are a member of CompuServe, registration is even easier. You can GO SWREG and send the registration fee automatically to ID #253. (I must ask that you include an extra $1 (total $6) to defray CompuServe's 15% processing fee.)"
  66.       Height          =   615
  67.       Left            =   180
  68.       TabIndex        =   10
  69.       Top             =   3060
  70.       Width           =   7035
  71.    End
  72.    Begin Label Label5 
  73.       Caption         =   "What's My Number? is Shareware. If you enjoy it, please send $5 to: Jon Persky, 5 Oak Lane, Weston, CT 06883. You'll receive a complete set of the latest versions of all completed Jon Persky Games (please specify 3.5"" or 5.25"" disk.)"
  74.       Height          =   615
  75.       Left            =   180
  76.       TabIndex        =   6
  77.       Top             =   2340
  78.       Width           =   7035
  79.    End
  80.    Begin Label Label6 
  81.       Caption         =   "I am 14 years old and relatively new to Visual Basic. Hope you like my stuff!"
  82.       Height          =   255
  83.       Left            =   300
  84.       TabIndex        =   7
  85.       Top             =   1980
  86.       Visible         =   0   'False
  87.       Width           =   6555
  88.    End
  89.    Begin Label Label8 
  90.       Caption         =   "Jonathan D. Persky"
  91.       FontBold        =   -1  'True
  92.       FontItalic      =   0   'False
  93.       FontName        =   "MS Sans Serif"
  94.       FontSize        =   8.25
  95.       FontStrikethru  =   0   'False
  96.       FontUnderline   =   -1  'True
  97.       ForeColor       =   &H00008000&
  98.       Height          =   255
  99.       Left            =   4920
  100.       TabIndex        =   8
  101.       Top             =   1440
  102.       Width           =   1755
  103.    End
  104.    Begin Label Label2 
  105.       Caption         =   "#1 in a series of games for Windows 3.x. Created by  on Microsoft Visual Basic v.1.0."
  106.       Height          =   435
  107.       Left            =   420
  108.       TabIndex        =   2
  109.       Top             =   1440
  110.       Width           =   4530
  111.    End
  112.    Begin Label Label1 
  113.       Alignment       =   2  'Center
  114.       Caption         =   "Jon Persky Games Presents WHAT'S MY NUMBER? v. 3.0"
  115.       FontBold        =   -1  'True
  116.       FontItalic      =   0   'False
  117.       FontName        =   "Times New Roman"
  118.       FontSize        =   18
  119.       FontStrikethru  =   0   'False
  120.       FontUnderline   =   0   'False
  121.       Height          =   795
  122.       Left            =   2340
  123.       TabIndex        =   1
  124.       Top             =   360
  125.       Width           =   4935
  126.    End
  127. Sub Command1_Click ()
  128. Unload about
  129. End Sub
  130. Sub Label7_Click ()
  131. label6.visible = -1
  132. End Sub
  133. Sub Label8_Click ()
  134. label6.visible = -1
  135. End Sub
  136.